home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc Source Code / Messaging / ODScrptg.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-22  |  1.5 KB  |  65 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ODScrptg.cpp
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Owned by:    Donald Olson
  7.  
  8.     Copyright:    © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <2>      8/3/95    RR        #1257260: Collapse B classes. Remove
  13.                                     somInit methods. Don't call IsInitialized
  14.                                     or SubclassResponsibility
  15.          <1>      9/2/94    DO        first checked in
  16.  
  17.     To Do:
  18. */
  19.  
  20.  
  21. /*
  22.  *  This file was generated by the SOM Compiler.
  23.  *  Generated using: 
  24.  *      SOM Emitter emitxtm.dll: somc/smmain.c
  25.  */
  26.  
  27.  
  28. /*
  29.     File:        ODScrptg.cpp
  30.  
  31.     Contains:    Implementation of ScriptingObject class
  32.  
  33.     Written by:    Donald Olson and Kevin Calhoun
  34.     Owned by:     Donald Olson
  35.  
  36.     Copyright:    © 1994 by Apple Computer, Inc., all rights reserved.
  37.  
  38.     Change History (most recent first):
  39.          <2>      8/24/94    DO        renamed file
  40.          <1>      8/15/94    KC        first checked in
  41.  
  42.     To Do:
  43. */
  44.  
  45. #ifndef _ORDCOLL_
  46. #include "OrdColl.h"
  47. #endif
  48.  
  49. #define ScriptingObject_Class_Source
  50. #include <ODScrptg.xih>
  51.  
  52. SOM_Scope void  SOMLINK ScriptingObjectInitScriptingObject(ScriptingObject *somSelf, Environment *ev)
  53. {
  54.     ScriptingObjectData *somThis = ScriptingObjectGetData(somSelf);
  55.     ScriptingObjectMethodDebug("ScriptingObject","ScriptingObjectInitScriptingObject");
  56. }
  57.  
  58. SOM_Scope void  SOMLINK ScriptingObjectsomUninit(ScriptingObject *somSelf)
  59. {
  60.     ScriptingObjectData *somThis = ScriptingObjectGetData(somSelf);
  61.     ScriptingObjectMethodDebug("ScriptingObject","ScriptingObjectsomUninit");
  62.  
  63.     ScriptingObject_parent_ODObject_somUninit(somSelf);
  64. }
  65.